Interface iUpdateInternalActionSuccessResponse

interface iUpdateInternalActionSuccessResponse {
    clientId?: string;
    clientSecret?: string;
    success: boolean;
}

Implemented by

Properties

clientId?: string
clientSecret?: string
success: boolean