Skip to content

Commit

Permalink
Session type: @default undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek24 committed Sep 7, 2024
1 parent cbc1cab commit 637c9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ declare module 'nekosia.js' {
* Session type:
* - `id` - Session identified by the `id` value (requires the `id` field to be set).
* - `ip` - Session identified by the user's IP address.
* @default null
* @default undefined
*/
session?: null | 'id' | 'ip';
session?: undefined | 'id' | 'ip';

/**
* Identifier of the fetched image.
Expand Down

0 comments on commit 637c9bf

Please sign in to comment.