ImportOpts: {
    overwriteOutside?: boolean;
    parent: string;
}

Endpoints are Resources that can respond to query parameters or POST bodies

Type declaration

  • Optional overwriteOutside?: boolean

    Danger: Replaces Resources with matching subjects, even if they are not Children of the specified Parent.

  • parent: string

    Where the resources will be imported to

Generated using TypeDoc