This commit is contained in:
syuilo 2018-07-25 09:54:03 +09:00
parent b3b82e7595
commit 8f50482896

View file

@ -37,6 +37,10 @@ export type IMetadata = {
storage?: string;
storageProps?: any;
isSensitive?: boolean;
/**
* ()URLへの直リンクか否か
*/
isRemote?: boolean;
};