Type Alias ConnectionConfigReadResponse

Response schema for reading a connection config

type ConnectionConfigReadResponse = {
    consentMethod: string;
    deletedByOwner?: boolean;
    status?: string;
}
Index

Properties

consentMethod: string

Consent method

deletedByOwner?: boolean
status?: string