interface OriginIdentifier {
    name: string;
    namespace?: string;
}

Properties

Properties

name: string
namespace?: string