Interface HTTPC2PathSegment

interface HTTPC2PathSegment {
    ID: string;
    IsFile: boolean;
    Value: string;
}

Properties

Properties

ID: string
IsFile: boolean
Value: string