Created
March 19, 2024 16:15
-
-
Save jesscarlos/bed6406fa890dde634160089c019bc7f to your computer and use it in GitHub Desktop.
Type Alias' for Laravel in Pkl-lang
This file contains hidden or 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
open module LaravelTypes | |
typealias Environment = "local"|"testing"|"staging"|"qa"|"production" | |
typealias LogLevel = "debug"|"info"|"notice"|"warning"|"error"|"critical"|"alert"|"emergency" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment