4 lines
48 B
TypeScript
4 lines
48 B
TypeScript
export type Meta = {
|
|
authRequired?: boolean
|
|
}
|
export type Meta = {
|
|
authRequired?: boolean
|
|
}
|