Manifesto: {
    kind: string;
    metadata: ManifestoMetadata;
    schemaVersion: string;
    spec: ManifestoSpec;
}

Type declaration