Alokai

PartialGetMeResponse

Partial data returned from the getMe API endpoint.

Comes in handy while creating generic return types constraints used in combination with custom queries.

type PartialGetMeResponse = Record<"me", DeepPartial<GetMeResponse["me"]>>;

Referenced Types

On this page