solapi
    Preparing search index...
    getBlockGroupsRequestSchema: Struct<
        {
            blockGroupId: optional<typeof String$>;
            limit: optional<typeof Number$>;
            name: optional<Union<[typeof String$, Struct<{ like: typeof String$ }>]>>;
            senderNumber: optional<typeof String$>;
            startKey: optional<typeof String$>;
            status: optional<Literal<["ACTIVE", "INACTIVE"]>>;
            useAll: optional<typeof Boolean$>;
        },
    > = ...