/** * Read serializer for user platform metadata. */ export type UserPlatformMetadata = { readonly username: string; readonly platform_key: string; metadata: any; readonly created_at: string; readonly updated_at: string; };