Type Alias ClientServerGrantResponse

ClientServerGrantResponse: Omit<CamelCasedPropertiesDeep<ServerGrant>, "createdAt"> & {
    createdAt: Date;
}