Variable getBlockGroupsResponseSchemaConst
getBlockGroupsResponseSchema: Struct<
{
blockGroups: Array$<
Struct<
{
accountId: typeof String$;
blockGroupId: typeof String$;
dateCreated: typeof String$;
dateUpdated: typeof String$;
name: NullishOr<typeof String$>;
senderNumbers: Array$<typeof String$>;
status: Literal<["INACTIVE", "ACTIVE"]>;
useAll: typeof Boolean$;
},
>,
>;
limit: typeof Number$;
nextKey: NullishOr<typeof String$>;
startKey: NullishOr<typeof String$>;
},
> = ...