Files
solidtime/resources/js/ziggy.d.ts
Gregor Vostrak 27140d4ffc add linter, prettier and typescript support for jetstream (#1)
* add linter, prettier and typescript support for jetstream

* add github actions for lint, build and typecheck

* add composer install to build action

* fix composer lock

* add ext-intl and fixed php version

* fix intl php extension install

* add tip php extension to github npm build action

* fix php version to 8.3.1

* change github php base action

* fix primary button default type

* updated typescript types from Team to Organization

---------

Co-authored-by: Gregor Vostrak <gregorvostrak@Gregors-MacBook-Pro.local>
2024-01-21 22:35:43 +01:00

148 lines
3.7 KiB
TypeScript

/* This file is generated by Ziggy. */
declare module 'ziggy-js' {
interface RouteList {
'filament.exports.download': [
{
'name': 'export';
'binding': 'id';
},
];
'filament.imports.failed-rows.download': [
{
'name': 'import';
'binding': 'id';
},
];
'filament.admin.auth.logout': [];
'filament.admin.pages.dashboard': [];
'login': [];
'logout': [];
'password.request': [];
'password.reset': [
{
'name': 'token';
},
];
'password.email': [];
'password.update': [];
'register': [];
'verification.notice': [];
'verification.verify': [
{
'name': 'id';
},
{
'name': 'hash';
},
];
'verification.send': [];
'user-profile-information.update': [];
'user-password.update': [];
'password.confirmation': [];
'password.confirm': [];
'two-factor.login': [];
'two-factor.enable': [];
'two-factor.confirm': [];
'two-factor.disable': [];
'two-factor.qr-code': [];
'two-factor.secret-key': [];
'two-factor.recovery-codes': [];
'profile.show': [];
'other-browser-sessions.destroy': [];
'current-user-photo.destroy': [];
'current-user.destroy': [];
'teams.create': [];
'teams.store': [];
'teams.show': [
{
'name': 'team';
},
];
'teams.update': [
{
'name': 'team';
},
];
'teams.destroy': [
{
'name': 'team';
},
];
'current-team.update': [];
'team-members.store': [
{
'name': 'team';
},
];
'team-members.update': [
{
'name': 'team';
},
{
'name': 'user';
},
];
'team-members.destroy': [
{
'name': 'team';
},
{
'name': 'user';
},
];
'team-invitations.accept': [
{
'name': 'invitation';
},
];
'team-invitations.destroy': [
{
'name': 'invitation';
},
];
'passport.token': [];
'passport.authorizations.authorize': [];
'passport.token.refresh': [];
'passport.authorizations.approve': [];
'passport.authorizations.deny': [];
'passport.tokens.index': [];
'passport.tokens.destroy': [
{
'name': 'token_id';
},
];
'passport.clients.index': [];
'passport.clients.store': [];
'passport.clients.update': [
{
'name': 'client_id';
},
];
'passport.clients.destroy': [
{
'name': 'client_id';
},
];
'passport.scopes.index': [];
'passport.personal.tokens.index': [];
'passport.personal.tokens.store': [];
'passport.personal.tokens.destroy': [
{
'name': 'token_id';
},
];
'livewire.update': [];
'livewire.upload-file': [];
'livewire.preview-file': [
{
'name': 'filename';
},
];
'ignition.healthCheck': [];
'ignition.executeSolution': [];
'ignition.updateConfig': [];
'dashboard': [];
}
}
export {};