export interface GetProjectIssueSecurityScheme {
  /** The project ID or project key (case sensitive). */
  projectKeyOrId: string;
}
