Interface DeleteInternalActionPayload

interface DeleteInternalActionPayload {
    clientId: string;
}

Properties

Properties

clientId: string

Client ID for the internal action to delete.