kustomer-client
    Preparing search index...

    Type Alias RedactMessageData

    type RedactMessageData = {
        body?:
            | { preview?: string }
            | { attachments?: string[] }
            | { meta?: { [key: string]: unknown } };
        path: { id: string };
        query?: never;
        url: "/messages/{id}/redactions";
    }
    Index

    Properties

    Properties

    body?:
        | { preview?: string }
        | { attachments?: string[] }
        | { meta?: { [key: string]: unknown } }
    path: { id: string }

    Type declaration

    • id: string

      Unique message object ID.

    query?: never
    url: "/messages/{id}/redactions"