Interface RoleConnection

interface RoleConnection {
    metadata: Record<string, RoleConnectionMetadata>;
    platformName: null | string;
    platformUsername: null | string;
}

Properties

metadata: Record<string, RoleConnectionMetadata>
platformName: null | string
platformUsername: null | string