@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
23 lines • 682 B
TypeScript
import { IAnySecurableItem } from "./IAnySecurableItem";
export declare const TypeCheckKeysAnyWeb: string[];
export interface IAnyWeb extends IAnySecurableItem {
EnableMinimalDownload?: boolean;
Title?: string;
Description?: string;
Created?: string;
Language?: number;
LastItemModifiedDate?: string;
LastItemUserModifiedDate?: string;
NoCrawl?: boolean;
SiteLogoUrl?: string;
SiteLogo?: string;
PictureThumbnailURL?: string;
ServerRelativeUrl?: string;
Path?: string;
Url?: string;
WebTemplate?: string;
WebTemplateId?: number;
Id?: any;
ID?: any;
}
//# sourceMappingURL=IAnyWeb.d.ts.map