@seamapi/http - v1.122.0
    Preparing search index...

    Type Alias ConnectedAccountsDeleteParameters

    type ConnectedAccountsDeleteParameters = {
        connected_account_id: string;
        sync?: boolean;
    }
    Index

    Properties

    connected_account_id: string
    sync?: boolean