跳到主要内容

Variable: ProfileListResponseSchema

const ProfileListResponseSchema: TObject<{ currentId: TString; items: TArray<TObject<{ createdAt: TInteger; id: TString; name: TString; }>>; }>

Defined in: packages/contracts/src/profile.ts:24