@opengis/fastify-table
Version:
core-plugins
60 lines • 1.38 kB
TypeScript
declare const _default: null;
export default _default;
export { accessGroupSchema, accessGroupPostSchema, accessInterfaceSchema };
declare const accessGroupSchema: {
params: {
type: string;
properties: {
id: {
type: string;
pattern: string;
};
};
required: string[];
};
};
declare const accessInterfaceSchema: {
params: {
type: string;
properties: {
name: {
type: string;
pattern: string;
};
};
required: string[];
};
};
declare const accessGroupPostSchema: {
params: {
type: string;
properties: {
id: {
type: string;
pattern: string;
};
};
required: string[];
};
body: {
type: string;
properties: {
users: {
type: string;
items: {
type: string;
properties: {
id: {
type: string;
pattern: string;
};
};
};
};
routes: {
type: string;
};
};
};
};
//# sourceMappingURL=schema.d.ts.map