/**
 * Used to reference an auth connection from the workspace's auth connection store.
 */
export interface AuthConnectionLocator {
    authConnectionId: string;
}
