solapi
    Preparing search index...
    getBlacksResponseSchema: Struct<
        {
            blackList: Array$<
                Struct<
                    {
                        dateCreated: typeof String$;
                        dateUpdated: typeof String$;
                        handleKey: typeof String$;
                        recipientNumber: typeof String$;
                        senderNumber: typeof String$;
                        type: Literal<["DENIAL"]>;
                    },
                >,
            >;
            limit: typeof Number$;
            nextKey: NullishOr<typeof String$>;
            startKey: NullishOr<typeof String$>;
        },
    > = ...