0
0
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; storage?: string;
storageProps?: any; storageProps?: any;
isSensitive?: boolean; isSensitive?: boolean;
/**
* ()URLへの直リンクか否か
*/
isRemote?: boolean; isRemote?: boolean;
}; };