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