@seven.io/client
    Preparing search index...

    Type Alias SmsDeleteResponse

    type SmsDeleteResponse = {
        deleted: string[] | null;
        success: boolean;
    }
    Index

    Properties

    Properties

    deleted: string[] | null
    success: boolean