mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 12:08:59 +08:00
Update type declaration file. Return void instead of undefined.
This commit is contained in:
2
types/epilogue/index.d.ts
vendored
2
types/epilogue/index.d.ts
vendored
@@ -195,5 +195,5 @@ export interface ResourceOptions {
|
||||
updateMethod?: string;
|
||||
}
|
||||
|
||||
export function initialize(options?: InitializeOptions): undefined;
|
||||
export function initialize(options?: InitializeOptions): void;
|
||||
export function resource(options?: ResourceOptions): Resource;
|
||||
|
||||
Reference in New Issue
Block a user