interface ResourceForkInfo {
    forkedAtFilePath: string;
    fromId: string;
}

Properties

forkedAtFilePath: string

Best-effort call-site file path for the fork operation.

fromId: string

The id of the resource that was forked.