project_only.d.ts 57 B

123
  1. export interface ProjectOnly {
  2. project_id: string;
  3. }