Interface RequiredMetadataCheckAction

interface RequiredMetadataCheckAction {
    type: "REQUIRED_METADATA_CHECK";
}

Properties

Properties

type: "REQUIRED_METADATA_CHECK"