Type Alias OauthTokenPage

type OauthTokenPage = {
    data: OauthToken[];
    links: { next?: Link; prev?: Link; self: Link };
}
Index

Properties

Properties

data: OauthToken[]
links: { next?: Link; prev?: Link; self: Link }