interface RecordDetail {
    rank: null | number;
    record: Types.User.Record;
}

Properties

Properties

rank: null | number
record: Types.User.Record