Interface RawRoleConnection

interface RawRoleConnection {
    metadata: Record<string, RawRoleConnectionMetadata>;
    platform_name: null | string;
    platform_username: null | string;
}

Properties

platform_name: null | string
platform_username: null | string