Interface ILoadMetaOptions

IListOptions

interface ILoadMetaOptions {
    file: Files;
    legacyPath?: [string, string];
    linkKey?: string;
    ulid: string;
}

Properties

file: Files
legacyPath?: [string, string]
linkKey?: string
ulid: string