UNPKG

yg-tools

Version:

some convenient APIs and Methods for Youngon

11 lines (10 loc) 264 B
export declare class Notice { nid: number; opstuid: string; publishtime: string; content: string; publisher: string; constructor(notice?: Partial<Notice>); static createNotice(notice?: Partial<Notice>): Notice; } export default Notice;