interface InvalidatePayload {
    message: undefined | string;
    path: string;
}

Properties

Properties

message: undefined | string
path: string