Interface BaseURLState

interface BaseURLState {
    attributes: Record<string, unknown>;
    parentKey?: null | string;
    uri: string;
}

Properties

attributes: Record<string, unknown>
parentKey?: null | string
uri: string