/**
 * The ID or slug of the project
 */
export type ProjectIdentifier = string;
