Interface RawCredit

interface RawCredit {
    image?: any;
    nickname: string;
    note: string;
    top?: boolean;
    user: RawConfigUser;
}

Implemented by

Properties

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