Variable: DashboardAppListItemSchema
const DashboardAppListItemSchema: ZodObject<{
application_id: ZodString;
application_name: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
application_id: ZodString;
application_name: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
application_id: ZodString;
application_name: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/mgmt-dashboard-sessions.ts:11
One application identity from appslist; neither ID nor name alone is unique.