Select Git revision
coscine.d.ts

Kimia Beheshti authored and
David Schimmel
committed
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
coscine.d.ts 251 B
declare var coscine: {
language: {
locale: string,
},
i18n: {
'component-library': {},
},
};
declare var _spPageContextInfo: any;
declare class Organization {
public url: string;
public displayName: string;
}