solapi
    Preparing search index...

    Variable blockGroupSchemaConst

    blockGroupSchema: 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$;
        },
    > = ...