export interface GetValidProjectKey {
  /** The project key. */
  key?: string;
}
