Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
51
Frontend-Learner/node_modules/nuxt/dist/app/components/error-500.vue.d.ts
generated
vendored
Normal file
51
Frontend-Learner/node_modules/nuxt/dist/app/components/error-500.vue.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
declare const _default: typeof __VLS_export;
|
||||
export default _default;
|
||||
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
||||
appName: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
version: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
statusCode: {
|
||||
type: NumberConstructor;
|
||||
default: number;
|
||||
};
|
||||
statusMessage: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
description: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
||||
appName: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
version: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
statusCode: {
|
||||
type: NumberConstructor;
|
||||
default: number;
|
||||
};
|
||||
statusMessage: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
description: {
|
||||
type: StringConstructor;
|
||||
default: string;
|
||||
};
|
||||
}>> & Readonly<{}>, {
|
||||
appName: string;
|
||||
version: string;
|
||||
statusCode: number;
|
||||
statusMessage: string;
|
||||
description: string;
|
||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue