Interface KeplerRedactionExperimental

interface KeplerRedaction {
    detail: string;
    kind: KeplerRedactionKind;
    path: string;
}

Properties

Properties

detail: string
path: string

JSON pointer-ish path of the redacted value, for example mapStyle.mapStyles.custom.accessToken.