interface UserEntryResponse {
    data: Daum[];
    errors: any[];
    meta: NicoNama.Meta;
}

Properties

Properties

data: Daum[]
errors: any[]