Skip to content

@sora-soft/framework


@sora-soft/framework / ErrorArgs

Type Alias: ErrorArgs

ts
type ErrorArgs = {
[key: string]: any;
};

Defined in: packages/framework/src/utility/ExError.ts:8

Index Signature

ts
[key: string]: any

基于 WTFPL 许可发布