Created
December 26, 2019 12:28
-
-
Save zavr-1/56ab76fafa7e481556c812d02782fe4f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* typal types/api.xml namespace */ | |
/** | |
* @typedef {import('@typedefs/goa').Middleware} _goa.Middleware | |
* @typedef {_idio.session} session Initialize the session middleware with `opts`. | |
* @typedef {(opts?: !_idio.SessionConfig) => !_goa.Middleware} _idio.session Initialize the session middleware with `opts`. | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment