Interface RawConfigCredit

interface RawConfigCredit {
    image?: any;
    nickname: string;
    note: string;
    top?: boolean;
    user: number;
}

Properties

image?: any
nickname: string
note: string
top?: boolean
user: number