interface MetaCollectionAction {
    href?: string;
    label: string;
}

Properties

Properties

href?: string
label: string
""