• Check URI can be delegated.

    Parameters

    • Optional child: string
    • Optional parent: string

    Returns {
        error?: undefined;
        ok: {};
    } | {
        error: Space.Store.Schema.Error;
        ok?: undefined;
    }

Generated using TypeDoc