We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Directory
1 parent 0c3b446 commit 0f0805fCopy full SHA for 0f0805f
src/directory-sync/interfaces/directory.interface.ts
@@ -1,7 +1,6 @@
1
export interface Directory {
2
object: 'directory';
3
id: string;
4
- bearer_token?: string;
5
domain: string;
6
external_key: string;
7
name: string;
0 commit comments