export type TrmManifestAuthor = {
    name?: string;
    email?: string;
};
