Interface CredentialsChangeEvent

interface CredentialsChangeEvent {
    account: string;
    service: string;
}

Properties

Properties

account: string
service: string