solapi
    Preparing search index...

    Variable addMessageResponseSchemaConst

    addMessageResponseSchema: Struct<
        {
            errorCount: typeof String$;
            resultList: Array$<
                Struct<
                    {
                        accountId: typeof String$;
                        country: typeof String$;
                        customFields: optional<Record$<typeof String$, typeof String$>>;
                        from: typeof String$;
                        messageId: typeof String$;
                        statusCode: typeof String$;
                        statusMessage: typeof String$;
                        to: typeof String$;
                        type: typeof String$;
                    },
                >,
            >;
        },
    > = ...