kustomer-client
    Preparing search index...

    Type Alias CreateForwardByConversationResponses

    type CreateForwardByConversationResponses = {
        "200": {
            data: {
                attributes: {
                    app: string;
                    channel: string;
                    createdAt: string;
                    from: { email: string; name: string };
                    modifiedAt: string;
                    status: string;
                    to: { email: string; name: string }[];
                    updatedAt: string;
                };
                id: string;
                relationships: {
                    attachments?: {
                        data: { id: string; type: string };
                        links: { self: string };
                    }[];
                    conversation: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    createdBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    customer: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    modifiedBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: {
                app: string;
                channel: string;
                createdAt: string;
                from: { email: string; name: string };
                modifiedAt: string;
                status: string;
                to: { email: string; name: string }[];
                updatedAt: string;
            };
            id: string;
            relationships: {
                attachments?: {
                    data: { id: string; type: string };
                    links: { self: string };
                }[];
                conversation: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                createdBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                customer: { data: { id: string; type: string }; links: { self: string } };
                modifiedBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    OK