Type Alias ClientBanListGrantResponse

ClientBanListGrantResponse: Omit<CamelCasedPropertiesDeep<BanListGrant>, "createdAt"> & {
    createdAt: Date;
}