export namespace Certification {
  export type Model = {
    authority: string;
    name: string;
    code: string;
  };
}
